Xbasic

A5.FORM_LOCATION Function

Syntax

Table_or_Set_Name as C = .Form_Location(C name)

Arguments

name

The name of a form.

Description

The A5.FORM_LOCATION() method returns the filename of the file contains the named form.

Example

? a5.Form_Location("invoice")
= "c:\databases\expressions test\fred.set"
? a5.Form_Location("customer information")
= "c:\databases\expressions test\customer.ddd"

Limitations

Desktop applications only.

See Also